home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRRTFEXPORTFORM / TFRRTFEXPORTFORM.txt
Text File  |  2004-10-21  |  2KB  |  123 lines

  1. object frRTFExportForm: TfrRTFExportForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export options'
  6.   ClientHeight = 186
  7.   ClientWidth = 229
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 4
  18.     Top = 0
  19.     Width = 221
  20.     Height = 149
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 12
  24.       Top = 120
  25.       Width = 68
  26.       Height = 13
  27.       Caption = 'Scaling factor:'
  28.     end
  29.     object Label2: TLabel
  30.       Left = 112
  31.       Top = 120
  32.       Width = 7
  33.       Height = 13
  34.       Caption = 'X'
  35.     end
  36.     object Label3: TLabel
  37.       Left = 164
  38.       Top = 120
  39.       Width = 7
  40.       Height = 13
  41.       Caption = 'Y'
  42.     end
  43.     object CB1: TCheckBox
  44.       Left = 12
  45.       Top = 20
  46.       Width = 201
  47.       Height = 17
  48.       HelpContext = 189
  49.       Caption = 'Kill empty lines'
  50.       State = cbChecked
  51.       TabOrder = 0
  52.     end
  53.     object E1: TEdit
  54.       Left = 124
  55.       Top = 116
  56.       Width = 33
  57.       Height = 21
  58.       HelpContext = 266
  59.       TabOrder = 1
  60.       Text = '1'
  61.     end
  62.     object CB5: TCheckBox
  63.       Left = 12
  64.       Top = 92
  65.       Width = 201
  66.       Height = 17
  67.       HelpContext = 233
  68.       Caption = 'Insert page breaks'
  69.       State = cbChecked
  70.       TabOrder = 2
  71.     end
  72.     object E2: TEdit
  73.       Left = 176
  74.       Top = 116
  75.       Width = 33
  76.       Height = 21
  77.       HelpContext = 243
  78.       TabOrder = 3
  79.       Text = '1'
  80.     end
  81.     object CB2: TCheckBox
  82.       Left = 12
  83.       Top = 44
  84.       Width = 201
  85.       Height = 17
  86.       HelpContext = 267
  87.       Caption = 'Export bitmaps'
  88.       TabOrder = 4
  89.     end
  90.     object CB3: TCheckBox
  91.       Left = 12
  92.       Top = 68
  93.       Width = 201
  94.       Height = 17
  95.       HelpContext = 277
  96.       Caption = 'Convert to table'
  97.       TabOrder = 5
  98.     end
  99.   end
  100.   object Button1: TButton
  101.     Left = 69
  102.     Top = 157
  103.     Width = 75
  104.     Height = 25
  105.     HelpContext = 40
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111.   object Button2: TButton
  112.     Left = 149
  113.     Top = 157
  114.     Width = 75
  115.     Height = 25
  116.     HelpContext = 50
  117.     Cancel = True
  118.     Caption = 'Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 2
  121.   end
  122. end
  123.